* {
  margin: 0;
  padding: 0;
}
a {
  color: #a3a3a3;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 取消链接高亮 点击的时候也可以取消高亮 */
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*IE/7/6*/
input,
textarea {
  outline: none;
}
body,
html {
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding-top: 1px;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', 'Arial', 'sans-serif';
  background-color: #efefef;
}


/*苹果手机button样式取消*/
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="password"] {
  -webkit-appearance: none;
  font-size: 0.7rem;
}

input[type="text"]{
	font-size: 0.7rem;
	color: #ccc;
}
/**/
em,
i {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  cursor: pointer;
  border: 0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1em;
}
p {
  line-height: 1em;
}
img {
  display: block;
  margin: auto;
}


























































@media only screen and (max-width: 320px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 360px) {
  html,
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 375px) {
  html,
  body {
    font-size: 18.75px;
  }
}
@media only screen and (min-width: 400px) {
  html,
  body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 412px) {
  html,
  body {
    font-size: 20.6px;
  }
}
@media only screen and (min-width: 414px) {
  html,
  body {
    font-size: 22px;
  }
}
@media only screen and (min-width: 425px) {
  html,
  body {
    font-size: 22px;
  }
}
@media only screen and (min-width: 480px) {
  html,
  body {
    font-size: 24px;
  }
}
@media only screen and (min-width: 750px) {
  html,
  body {
    font-size: 37.5px;
  }
}
